home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / printer / gifprt51.zip / GIFPRT.PR6 < prev    next >
Text File  |  1992-05-17  |  1KB  |  23 lines

  1. nam HP/Generic/300x300dpi                    // Printer name
  2. pin    1    3                                // Pins, raster type
  3. dpi  300  300                                // Dots per inch, (hor, ver)
  4. dim 2400 3000                                // Dimensions (hor, ver)
  5.  
  6. in1 ESC *   t   3   0   0   R                // Set 300 dots per inch
  7.     ESC *   r   1   A                        // Start graphics at current pos
  8.  
  9. in2 ESC *   r   -   3   U                    // Use CMY palette
  10.     ESC *   t   3   0   0   R                // Set 300 dots per inch
  11.     ESC *   r   1   A                        // Start graphics at current pos
  12.  
  13. skp ESC *   b   1   W   000                  // Fast skip over 1 set of pins
  14.  
  15. gr1 ESC *   b   -99 W   -1                   // Black/white graphics
  16.  
  17. gr2 ESC *   b   -99 V   -2                   // Cyan graphics
  18.     ESC *   b   -99 V   -3                   // Magenta graphics
  19.     ESC *   b   -99 W   -4                   // Yellow graphics
  20.  
  21. trm ESC *   r   B                            // End graphics
  22.     FF                                       // Form feed (eject page)
  23.